1bashThis demonstrates argument validation in a Bash script to ensure exactly 2 arguments are provided.if [ $# -ne 2 ] then echo "Expecting 2 arguments" exit 1 fibash internalflow controltests (conditions)argument count checking